Notice
Recent Posts
Recent Comments
Links
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
- Today
- In Total
목록regex pattern (1)
A Joyful AI Research Journey🌳😊
The regex pattern \b\w+\b with examples
Let's break down the regex pattern \b\w+\b and explain it with examples. 1. \w The \w metacharacter matches any word character, which is equivalent to the character set [a-zA-Z0-9_]. This includes: Uppercase letters: A to Z Lowercase letters: a to z Digits: 0 to 9 Underscore: _ 2. \w+ The + is a quantifier that means "one or more" of the preceding character or group. So, \w+ matches one or more ..
🌳AI Projects: NLP🍀✨/NLP Deep Dive
2023. 9. 9. 21:57