일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- whitespace characters
- GIT
- dollar sign
- mongo
- escaped
- Case sensitive
- 대소문자 구별
- Regular Expressions
- Regex
- Terminal
- MAC
- databases
- 꺽쇠
- runserver
- literal
- 정규표현식
- Regexp
- NoSQL
- Homebrew
- square brackets
- MySQL
- matches any character
- sensitive
- whitespace
- bitbucket
- New Line
- MongoDB
- backslash
- point
- 딸라표시
Archives
- Today
- Total
목록backslash (1)
Creaticalmind
04 escaped with a backslash 이스케이프문자, 백슬래쉬
Page 4If literal value of a special character is required, it must be escaped with a backslash \. Case 1 does not match anything as both characters a special, Case 2 matches all $, Case 3 matches $ only if it is the first and Case 4 the last character. Backslash has special meaning and must be also escaped for literal use (Case 5).Source$12$ \-\ $25$Case 1Regular Expression:^$First match:$12$ \-..
Regular expressions
2017. 12. 16. 14:13