Replace With Regex Notepad++ -


नोटपैड ++ इस के लिए regex का उपयोग कर बदल सकता है:

 बदलने से पहले

 बाद </ P> </ p> <p> <div para> <div class =

आप ऐसा कुछ इस्तेमाल कर सकते हैं :

क्या खोजें: \ ((\ d +), \ d +, ('। +?'), (\ D +), ('[^'] + ')। + \) इनपुट के रूप में ले जाता है: (35, 25, 'xxxx.com'), \ ($ 1, $ 2, $ 3, $ 4 \)

82, '2014-07-18', 3, '2013-07-18', 1, 1, ...) पैदावार: (35, 'xxxx.com', 82 ', 2014 -07-18 ')

एक एफवाईआई के रूप में, कोड पोस्ट करते समय, कृपया छवियों का उपयोग न करें।

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -