logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Coding & Scripting Corner View previous topic :: View next topic
Reply to topic   Topic: code editor
Author
holziusa



Joined: 02 Jan 2008
Posts: 48

PostPosted: Tue 27 Mar '12 7:02    Post subject: code editor Reply with quote

i was looking for an app
that would tell me if I had a group of words duplicated not just the word count ie
the green house is yellow
the blue house is red
the gray house is yellow
the black house is yellow
the green house is green
the green house is white

search group for 3 words minimum

it should tell me that

group "the green house is" has occurred 3 times in the text

search would have to be by pattern (minimum 3 repeats in group)since i want know the context
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Thu 29 Mar '12 10:05    Post subject: Reply with quote

Which language should that be? Server side or client side?
Back to top
holziusa



Joined: 02 Jan 2008
Posts: 48

PostPosted: Fri 30 Mar '12 18:08    Post subject: Reply with quote

actually neither
looking to use it as a editor
Back to top
Triple_Nothing



Joined: 01 Apr 2012
Posts: 39
Location: WI, USA

PostPosted: Thu 05 Apr '12 23:11    Post subject: Reply with quote

I'd point you towards my prefered script editor, PSPad.

http://www.pspad.com/

You can search just the one file, or even all files in a chosen directory, and it will give u a count, and even offer a view of each line via a drop-down type listing.
Back to top


Reply to topic   Topic: code editor View previous topic :: View next topic
Post new topic   Forum Index -> Coding & Scripting Corner