일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- MySQL
- Regex
- runserver
- Terminal
- dollar sign
- point
- backslash
- 딸라표시
- Homebrew
- whitespace characters
- New Line
- GIT
- Case sensitive
- mongo
- 정규표현식
- literal
- Regexp
- escaped
- MAC
- square brackets
- sensitive
- Regular Expressions
- matches any character
- NoSQL
- databases
- 대소문자 구별
- whitespace
- 꺽쇠
- bitbucket
- MongoDB
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