Skip to content

Commit

Permalink
Tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Oct 5, 2021
1 parent 55914bc commit f62ee46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/regex-literals.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Regular Expression Literals
You can create a regular expression literal in brighterscript. This simplifies pattern writing and improves readability.
You can create a regular expression literal in brighterscript. This simplifies pattern writing and improves readability. You can use these regular expression literals anywhere you would normally use `CreateObject("roRegex", "the-pattern", "g")`.

Example:
```BrighterScript
Expand Down

0 comments on commit f62ee46

Please sign in to comment.