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
Fixed up README a little bit.
master
1 parent
b6df4c0
commit
9a4a4f2d02c474e770c0d39f652ee17ffd6cd6f7
Mark
authored
on 8 Sep 2016
Patch
Showing
2 changed files
README
README.md
Show notes
View
README
100644 → 0
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.
Ignore Space
Show notes
View
README.md
0 → 100644
jrex =============== 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 `JRexFrame` 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.
Show line notes below