'2019/08/22'에 해당되는 글 2건

  1. 2019.08.22 regexp non-capturing group
  2. 2019.08.22 sql ||과 concat()

먼가 영 안되네...

 

[링크 : https://www.regular-expressions.info/brackets.html]

[링크 : https://stackoverflow.com/questions/3926451/how-to-match-but-not-capture-part-of-a-regex]

 

[링크 : https://www.debuggex.com/]

 

+

2019.08.30

lookbehind?

[링크 : https://stackoverflow.com/questions/3926451/how-to-match-but-not-capture-part-of-a-regex?rq=1]

 

+

(?!\(PMID: )[0-9]*\)

 (PMID: 10373409)

끝에 )를 배제하고 하는 법은 없나? ㅠㅠ

 

+

머가 차이인지 좀 모르겠다...

(?=)

(?!)

 

[링크 : https://unlimitedpower.tistory.com/entry/정규표현식-이것이-고급이다-Positive-Negative-Lookahead-Lookbehind]

 

 

+

2019.11.20

positive lookbehind is (?<=text)

[링크 : https://www.regular-expressions.info/lookaround.html]

Posted by 구차니

같은건가?

 

[링크 : https://loveiskey.tistory.com/80]

'프로그램 사용 > postgreSQL' 카테고리의 다른 글

order by group by  (0) 2019.08.26
postgresql 정규 표현식 검색  (0) 2019.08.26
pgadmin 에서 table 생성 SQL문 얻기  (0) 2019.08.20
sql substring  (0) 2019.08.16
sql 문자를 숫자로 정렬하기  (0) 2019.08.16
Posted by 구차니