Skip to content

Commit 6c483b2

Browse files
authored
Update README.md
1 parent fa8c5f2 commit 6c483b2

File tree

1 file changed

+1
-1
lines changed
  • Specialized Areas/Regular Expressions/Hashtag & Mention Extractor

1 file changed

+1
-1
lines changed

Specialized Areas/Regular Expressions/Hashtag & Mention Extractor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A simple yet useful **ServiceNow Background Script** that extracts all hashtags
1919
### 📦 Reusability
2020
The logic is **self-contained** within a single function block - no dependencies or external calls.
2121
You can easily **copy and adjust it** to fit different contexts:
22-
- Use it inside a **Business Rule**, **Script Include**, or **Flow Action Script** (see [Additional Instructions](#-additional-instructions) ).
22+
- Use it inside a **Business Rule**, **Script Include**, or **Flow Action Script** (see additional instructions below).
2323
- Replace the sample `demoData` with a field value (e.g., `current.comments`) to analyze live data.
2424
- Adjust the regex to detect other patterns (emails, incident reference, etc.). See comments in the code for examples.
2525

0 commit comments

Comments
 (0)