개발 Q&A

제목 정규식을 만드는중인데요...
카테고리 PHP
글쓴이 헛발이 작성시각 2016/12/16 11:26:08
댓글 : 2 추천 : 0 스크랩 : 0 조회수 : 14693   RSS

정규식에관한질문을올립니다.

예를 들어서 이런 문장이 있습니다.

---------------------------------------------

CodeIgniter 3.1.0 was released today, with some security fixes, bug fixes and enhancements.Most importantly - it fixes a critical SQL injection bug in the ODBC database driver.

The fixes to the ODBC driver mean that you can no longer use the query builder with it, nor the escape() functions. On the plus side, it now has actual query binding, as opposed to emulated.The ODBC fixes are not backwards compatible, hence the bump in version number. We are also bumping the minimum PHP version to 5.3.7. Any previous in-progress changes,

for CI3.1.0, will now be targeted for CI3.2.0.This release includes bug fixes for the Cache, Config, Database, Database Forge, Email, File Uploading, Form Validation, Image Manipulation, Input Library,

Query Builder, Session, and User Agent libraries; as well as the file and path helpers, and some common functions.

----------------------------------------------

 

이런경우에 C로 시작하는 한문장 즉 C로 시작하면서 줄바꿈이 된 한 문장을 찾고 싶은 정규식을 만들고 싶은데요..

아무리 머리를 굴려도 잘 안되는데...

 

정규식 잘 하시는 분이 좀 귓뜸이라도 해주셨으면 합니다..

부탁드립니다...

 다음글 localstorage를 사용하여 로그인페이지 접속시 ... (3)
 이전글 WAMP 32bit 서버에서 GEOIP extensio... (6)

댓글

박쥐 / 2016/12/16 15:49:45 / 추천 0

http://regexr.com/

/^[Cc]+.*/gm

헛발이 / 2016/12/18 12:55:39 / 추천 0
감사합니다.. 많은 도움이 되었습니다..