Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
RossAscends committed Feb 5, 2025
1 parent c0a46f4 commit 9b9fc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/Regex.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ While RegEx is commonly used as a simple Find/Replace tool, it can also be used

For example the 'Replace With' box could include a set of CSS rules and HTML to add a specific styled HTML element into your chat whenever a certain word is found. This will require the `Show <tags> in responses` box to be unchecked in the User Settings panel.

The script can also be set to never trigger during normal use, but could be instead be triggered via slash command as part of a logic check inside an STScript. The 'Replace With' box would include a unique value the script recognizes to indicate if a logic check is true or false. This expands the utility of RegEx to the full capabilities of all slash commands, allowing for truly unlimited levels of control and automation based on the contents of the chat.
The script can also be set to never trigger during normal use, but could instead be triggered via slash command as part of a logic check inside an STScript. The 'Replace With' box would include a unique value the script recognizes to indicate if a logic check is true or false. This expands the utility of RegEx to the full capabilities of all slash commands, allowing for truly unlimited levels of control and automation based on the contents of the chat.

0 comments on commit 9b9fc66

Please sign in to comment.