- Joined
- Feb 22, 2016
- Messages
- 2,788
- Reaction score
- 2,232
- First Language
- English
- Primarily Uses
- RMMV
Hi, I've been learning a lot of JS lately, but 1 thing I haven't been able to understand clearly is the symbols for searching terms. Examples:
stuff.match(/(\(.*\))/i)
stuff.match(/(circle|line|square|cross)\((.+)\)/i)