GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
mark.george
/
jrex
Browse code
Added license boilerplate to README, and otherwise improved README slightly.
master
1 parent
266b7ec
commit
8a35fac2faba32bbc553de8eef2fd3cdd0d2a5db
Mark
authored
on 25 May 2011
Patch
Showing
1 changed file
README
Ignore Space
Show notes
View
README
Java Regular Expression Tool Provides a handy user interface for processing a chunk of text with regular expressions (using Java's regular expression engine). It is currently functional but was knocked up quick and dirty and the code is a bit of a mess and awaiting a cleanup. The main utility is provided by the RegexTool class. JSedFrame is an alternate user interface that allows you to 'queue' up replacements regexes. This was an attempt create a replacement for sed scripts that was easier to use. The entire project is licensed under Apache 2.0, although the Java classes do not yet include the license boilerplate. Copyright 2011 Mark George Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Java Regular Expression Tool Provides a handy user interface for processing a chunk of text with regular expressions (using Java's regular expression engine). It is currently functional but was knocked up quick and dirty and the code is a bit of a mess. The main utility is provided by the RegexTool class. JSedFrame is an alternate user interface that allows you to 'queue' up replacements regexes.
Show line notes below