Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
regexp
mkt
writing
Saturday, July 24, 2021 10:30 AM
Regular Expressions for Non-Programmers.
Useful knowledge when working with long texts.
$ 0.000
3
seobangnim
mysql
Wednesday, May 23, 2018 7:44 AM
[MySQL] 정규식을 이용한 검색 regexp
regexp 란? like 검색과는 달리 정규식을 이용한 검색 방식을 말한다. regexp는 우리에게 like보다 좀 더 다양한 검색을 할 수 있도록 도움을 준다. (관련 URL : ) regexp 를 이용한 검색의 예제 select * from test where name regexp '가' name 필드에 '가'를 포함한 모든 레코드를 출력한다. (select
$ 0.000
0
3
zavz9t
php
Friday, February 23, 2018 6:28 PM
[PHP] Replace multiple spaces by one (by RegExp)
Hello my friends! Today, during parsing websites, I faced with such price string: " 20,00 € * " Parsing such prices is not very comfortable... But, I found very useful way to solve it: $string
$ 0.022
6
esoso
powershell
Wednesday, February 21, 2018 11:08 AM
DistinguishedName regexp
When writing powershell scritps that need to deal with Active Directory you'll, eventually, have to work with distinguishedNames. Finding the domain or the OU in which the object is useful in most situation.
$ 0.000
1
3
shaidon
Silver Bloggers
Monday, August 4, 2025 12:03 PM
Promoted
The Kindness Offensive.
The Kindness Offensive. Superman logo image is sourced from the official DCU Supergirl banner, since changed. DCU Supergirl Right now, it’s 11:20am on 4th of August 2025 and I am sitting at table 9 of
$ 8.736
304
15
2
souplee
programming
Monday, January 8, 2018 3:08 PM
정규표현식 1 [기본적인 사용 방법]
오늘은 거의 모든 언어에서 통용되는 검색을 하기 위한 언어와 비슷한 정규표현식에 대해서 간단하게 알아 보도록 하겠습니다. 위를 보면 Welcome을 검색했는데 welcome앞에 /가 있고 뒤에 /와 g가 있는데, 앞뒤의 /와 /는 그 안에 들어 있는 것이 정규표현식임을 나타내 주는 것이고 G 는 Global로 여러 개가 감지되었으면 그것을 모두 잡아내는 것입니다.
$ 0.000
1
Top communities
Create decentralized community