basic
Donor
- MBTI
- ROFL
- Enneagram
- 5w6 sp/so/sx
Does anyone happen to know anything about regular expressions (regex) in JavaScript? I'm trying to parse characters/words between two different strings. I could also potentially do between two HTML tags also, <h1>. The only thing I know is that it'll probably include ".*?"
What I'm parsing is HTML content, currently being converted to plain text. I already have regex filters set up to find instances of a string, but can't figure out how to find characters in between strings.
What I'm parsing is HTML content, currently being converted to plain text. I already have regex filters set up to find instances of a string, but can't figure out how to find characters in between strings.