Regex to eliminate a word -


मेरे पास तार हैं

  BadRequestException ("हैलो वर्ल्ड") BadRequestException (BadRequestException :: $ errors- & gt; संदेश) ConflictException (ConflictException :: $ errors- & gt; sldkf) ConflictException ("skdljf")   

मैं एक रीजक्स कैसे जोड़ूं जो मुझे ये दो देता है:

  / अपवाद (? त्रुटियाँ) /    

/ Pre>

लेकिन यह मेरी आवश्यकताओं के अनुसार काम नहीं करता।

धन्यवाद

इसका पता लगाया।

मैंने

  अपवाद (?!। * :: \ $ त्रुटियों) का उपयोग किया है    

Comments

Popular posts from this blog

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

sql - PostgreSQL automatically update row at specific date -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -