Regex to eliminate a word -


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

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

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

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

/ Pre>

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

धन्यवाद

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

मैंने

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

Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

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

c++ - Redefined variable in the other module -