[2013.11.22]Regular Express Application Examples
Purpose: Transfer the ov5640 sensor setting to the correct format to import realtek rts5830vb source codeSoftware: Ultraedit
Pattern: (\w{4})\s(\w{1});
Replace with: {0x\1,0x0\2};
http://blessing.bdmv.info/tutorial/regular_express_01.png
=>
http://blessing.bdmv.info/tutorial/regular_express_02.png
Purpose: Transfer the export information from 1fichier to standard http links, then people having premium account can download files by smartget
Software: Ultraedit
Pattern: (*\.1fichier\.com)\,(*)\,\,*
Replace with: http://\1/\2
http://blessing.bdmv.info/tutorial/regular_express_03.png
=>
http://blessing.bdmv.info/tutorial/regular_express_04.png
SMG
http://blessing.bdmv.info/tutorial/regular_express_05.png
rev
Purpose: Transfer the export information from 1fichier to standard http links, then people having premium account can download files by smartget
Software: Ultraedit
Pattern: ({10}).(1fichier.com),([^,]*),,([^,]*)\n
Replace with: https://\2/?\1|\3\n
http://blessing.bdmv.info/tutorial/regular_express_08.png
=>
http://blessing.bdmv.info/tutorial/regular_express_09.png
Purpose: Insert the character 0 to specific character string
Software: Ultraedit
Pattern: 78\s(\w{4})\s(\w{1})[^\w*]
Replace with: http://\1/\2
http://blessing.bdmv.info/tutorial/regular_express_06.png
=>
http://blessing.bdmv.info/tutorial/regular_express_07.png
Pages:
[1]