J'essaie de faire correspondre toutes les occurrences avec (\"[A-Z][A-Z][A-Z]\")
mais les exclure s'ils ont le signe "égal" devant comme ceci ([^\=]\"[A-Z][A-Z][A-Z]\")
. Comment puis-je faire cela dans Android studio, Notepad++ Python script ou d'autres outils ?
"ZAR""""""I""""""""""EUR""""""""AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG"
<TextView
android:id="@+id/textView5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="70dp"
android:layout_marginRight="70dp"
android:layout_weight="1"
android:text="AED" />
<TextView
android:id="@+id/textView5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="70dp"
android:layout_marginRight="70dp"
android:layout_weight="1"
android:text="AFN" />
Je veux exclure Android:text="AFN (ou autres lettres)"