速報APP / 生產應用 / RegExPlus

RegExPlus

價格:免費

更新日期:2017-08-30

檔案大小:421k

目前版本:0.0.3

版本需求:Android 3.0 以上版本

官方網站:http://codesaway.info

Email:codesaway@gmail.com

聯絡地址:11909 Natures Bend Austin, TX 78753

RegExPlus(圖1)-速報App

RegExPlus allows parsing text using regular expressions (regexes). They can be used to parse text to extract information and then use that information in another format.

RegExPlus is a Tasker plugin. It is not a stand-alone app and will not function without Tasker.

Features

* Offline, in-app help

RegExPlus(圖2)-速報App

* App shortcuts (Android Nougat 7.1 feature, which is also supported in some launchers for earlier versions)

* Find all matches (using start position example task from http://codesaway.info/RegExPlus/app/start_position.html)

Please rate RegExPlus on Google Play. Your ratings help others find and enjoy RegExPlus.

RegExPlus supports all the regex syntax supported in Java, including newly added syntax

RegExPlus(圖3)-速報App

* Matching of a numeric range

* Named capture groups and back references

* Ability to reference a specific group

- even in the case where multiple groups have the same name

RegExPlus(圖4)-速報App

* Perl's \gn and \g{n} syntax for back references and relative references

* If-Then-Else Conditionals

* ”Branch reset" subpatterns

* Explicit capture option (?n) - syntax from .NET

RegExPlus(圖5)-速報App

* POSIX classes via [:class:] syntax

* \X - match a single grapheme

- similar to the dot, which matches (almost) any character

* (?#comment) syntax for embedded comments

RegExPlus(圖6)-速報App

See http://codesaway.info/RegExPlus for details on how to use the various syntax available.

Known bugs:

In Android 4.0 (Ice cream sandwich), in the in-app help

* Image logo doesn't appear and menu doesn't work

RegExPlus(圖7)-速報App

* Links seem to work correctly

* A fix is being investigated

* Tasker plugin functionality is not impacted

RegExPlus(圖8)-速報App