https://github.com/elfive/vb6_regexp
A Simple Program To Test VB6's support For Regular Expression
https://github.com/elfive/vb6_regexp
Last synced: 4 months ago
JSON representation
A Simple Program To Test VB6's support For Regular Expression
- Host: GitHub
- URL: https://github.com/elfive/vb6_regexp
- Owner: elfive
- Created: 2015-06-24T03:31:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-17T14:51:43.000Z (over 11 years ago)
- Last Synced: 2025-03-05T10:18:01.827Z (over 1 year ago)
- Language: Visual Basic
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VB6_RegExp
A Simple Program To Test VB6's support For Regular Expression
中文翻译:
IgnoreCase:忽略大小写
MultiLine:多行支持
Global:全局匹配(匹配所有能匹配的项)