Regular Expressions 101

Save & Share

Flavor

  • PCRE2 (PHP >=7.3)
  • PCRE (PHP <7.3)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java 8
  • .NET 7.0 (C#)
  • Rust
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests

Tools

Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression
No Match

r"
"
ag

Test String

Code Generator

Generated Code

re = /(?:\"\"|\"(.*?[^\\])\"|''|'(.*?[^\\])'|><|>(.*?)<\/)/ str = '<?xml vee""ersion="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="6" android:versionName="1.5" android:compileSdkVersion="31" android:compileSdkVersionCodename="12" package="com.truecallid.trackmobilephone.callerlocation" platformBuildVersionCode="31" platformBuildVersionName="12"> <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31"/> <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-perm"jhf\'\'gjhgf\\"\\\'\'\'jhgj"ission android:name="android.permission.ACCESS_WIFI_STATE"/> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> <uses-permission android:name="android.permission.READ_PHONE_STATE" android:maxSdkVersion="29"/> <uses-permission android:name="android.permission.READ_PHONE_NUMBERS"/> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <uses-permission android:name="android.permission.CAMERA"/> <uses-permission andro⬛id:name="android.permission.⬛READ_PRIVILEGED_PHONE_STATE"/> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> <uses-permission andéroid:name="android.Manifest.permission.READ_PHONE_STATE"/> <uses-permission android:name="android.permission.CALL_PHONE"/> <uses-permission android:name="android.permission.READ_CONTACTS"/> <uses-permission android:name="android.permission.WRITE_CONTACTS"/> <uses-permission android:name="android.permission.WRITE_SETTINGS"/> <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/> <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/> <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> <uses-permission android:name="android.permission.WAKE_LOCK"/> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> <permission android:name="com.truecallid.trackmobilephone.callerlocation.permission.C2D_MESSAGE" android:protectionLevel="signature"/> <uses-permission android:name="com.truecallid.trackmobilephone.callerlocation.permission.C2D_MESSAGE"/> <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/> <uses-permission android:name="android.permission.VIBRATE"/> <uses-permission android:name="com.sec.android.provider.badge.permission.READ"/> <uses-permission android:name="com.sec.android.provider.badge.permission.WRITE"/> <uses-permission android:name="com.htc.launcher.permission.READ_SETTINGS"/> <uses-permission android:name="com.htc.launcher.permission.UPDATE_SHORTCUT"/> <uses-permission android:name="com.sonyericsson.home.permission.BROADCAST_BADGE"/> <uses-permission android:name="com.sonymobile.home.permission.PROVIDER_INSERT_BADGE"/> <uses-permission android:name="com.anddoes.launcher.permission.UPDATE_COUNT"/> <uses-permission android:name="com.majeur.launcher.permission.UPDATE_BADGE"/> <uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE"/> <uses-permission android:name="com.huawei.android.launcher.permission.READ_SETTINGS"/> <uses-permission android:name="com.huawei.android.launcher.permission.WRITE_SETTINGS"/> <uses-permission android:name="android.permission.READ_APP_BADGE"/> <uses-permission android:name="com.oppo.launcher.permission.READ_SETTINGS"/> <uses-permission android:name="com.oppo.launcher.permission.WRITE_SETTINGS"/> <uses-permission android:name="me.everything.badger.permission.BADGE_COUNT_READ"/> <uses-permission android:name="me.everything.badger.permission.BADGE_COUNT_WRITE"/> <uses-feature android:glEsVersion="0x20000" android:required="true"/> <queries> <package android:name="com.google.android.apps.maps"/> <package android:name="com.facebook.katana"/> <intent> <action android:name="android.intent.action.VIEW"/> <category android:name="android.intent.category.BROWSABLE"/> <data android:scheme="https"/> </intent> <intent> <action android:name="android.support.customtabs.action.CustomTabsService"/> </intent> </queries> <uses-permission android:name="com.android.vending.BILLING"/> <uses-permission android:name="com.google.android.gms.permission.AD_ID"/> <application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@drawable/logo" android:name="com.Tracknobile.Numbberlocator.MyApplication" android:allowBackup="true" android:hardwareAccelerated="true" android:largeHeap="true" android:supportsRtl="true" android:extractNativeLibs="false" android:usesCleartextTraffic="true" android:roundIcon="@drawable/logo" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:isSplitRequired="true" android:requestLegacyExternalStorage="true" android:localeConfig="@xml/locales_config"> <activity android:name="com.Tracknobile.Numbberlocator.DTH_Plan_Activity" android:exported="false"/> <activity android:name="com.Tracknobile.Numbberlocator.RechargeType_Activity" android:exported="false"/> <activity android:name="com.Tracknobile.Numbberlocator.NumberSearch" android:exported="false"/> <activity android:name="com.Tracknobile.Numbberlocator.NewIntegration.activity.SplashActivity" android:exported="true" android:screenOrientation="portrait"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> <action android:name="android.intent.action.VIEW"/> </intent-filter> </activity> <activity android:name="com.Tracknobile.Numbberlocator.NewIntegration.activity.SkipActivity" android:exported="true" android:windowSoftInputMode="adjustNothing"/> <activity android:name="com.Tracknobile.Numbberlocator.NewIntegration.activity.ContinueActivity" android:exported="true" android:windowSoftInputMode="adjustNothing"/> <activity android:name="com.Tracknobile.Numbberlocator.NewIntegration.activity.StartActivity" android:exported="true" android:windowSoftInputMode="adjustNothing"/> <activity android:name="com.Tracknobile.Numbberlocator.NewIntegration.activity.ExitActivity" android:exported="true" android:windowSoftInputMode="adjustNothing"/> <activity android:name="com.Tracknobile.Numbberlocator.Bank.Basic_Bank_Details" android:exported="true" android:windowSoftInputMode="adjustNothing"/> <activity android:theme="@style/Theme_AppCompat_NoActionBar" android:name="com.Tracknobile.Numbberlocator.Playgame.PlayGameActivity" android:exported="false"/> <activity android:name="com.Tracknobile.Numbberlocator.MobileNumberLocator" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.MAinStartActivity" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.Number_Search.CallBlocker.BlockSelection" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.Number_Search.CallBlocker.CallBlocker" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.Number_Search.CallBlocker.AddActivity" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.Number_Search.NumberSearch" android:screenOrientation="portrait" android:windowSoftInputMode="adjustNothing"/> <activity android:name="com.Tracknobile.Numbberlocator.MobileLocator.ISDCodes" android:screenOrientation="portrait" android:windowSoftInputMode="adjustNothing"/> <activity android:name="com.Tracknobile.Numbberlocator.MobileLocator.STDCodes" android:screenOrientation="portrait" android:windowSoftInputMode="adjustNothing"/> <activity android:name="com.Tracknobile.Numbberlocator.TrafficFinder.TrafficFinder" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.Bank.Bank_service_activity" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.Bank.CheckBankBalance" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.LiveLocationTrack.BaseActivity" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.LiveLocationTrack.TrackerLiveLocation" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.Nearby.POI" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.PinCode.PinCodesActivity" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.PinCode.ShowListActivity" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.MainActivity" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.Rechargeplan.RechargeeActivity" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.UssdCode.USSDActivity" android:screenOrientation="portrait"/> <activity android:name="com.Tracknobile.Numbberlocator.Rechargeplan.MainActivity"/> <activity android:name="com.Tracknobile.Numbberlocator.CurrentLocation" android:exported="false"/> <activity android:name="com.Tracknobile.Numbberlocator.GetCurrentLocationPerson" android:exported="false"/> <activity android:name="com.Tracknobile.Numbberlocator.NoteActivity" android:screenOrientation="portrait"/> <meta-data android:name="com.google.android.gms.ads.AD_MANAGER_APP" android:value="true"/> <meta-data android:name="com.google.android.geo.API_KEY" android:value="AIzaSyB2nul3xCrb5SZqVgH9jJ_sBpS1sXFtRq4"/> <activity android:theme="@style/Dexter_Internal_Theme_Transparent" android:name="com.karumi.dexter.DexterActivity"/> <activity android:theme="@style/EasyPermissions.Transparent" android:label="" android:name="pub.devrel.easypermissions.AppSettingsDialogHolderActivity" android:exported="false"/> <provider android:name="com.preference.provider.PreferenceProvider" android:enabled="true" android:exported="false" android:authorities="com.truecallid.trackmobilephone.callerlocation.content.provider"/> <activity android:name="com.preference.ui.debug.DebugActivity"/> <receiver android:name="com.onesignal.FCMBroadcastReceiver" android:permission="com.google.android.c2dm.permission.SEND" android:exported="true"> <intent-filter android:priority="999"> <action android:name="com.google.android.c2dm.intent.RECEIVE"/> <category android:name="com.truecallid.trackmobilephone.callerlocation"/> </intent-filter> </receiver> <service android:name="com.onesignal.HmsMessageServiceOneSignal" android:exported="false"> <intent-filter> <action android:name="com.huawei.push.action.MESSAGING_EVENT"/> </intent-filter> </service> <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.onesignal.NotificationOpenedActivityHMS" android:exported="true" android:noHistory="true"> <intent-filter> <action android:name="android.intent.action.VIEW"/> </intent-filter> </activity> <service android:name="com.onesignal.FCMIntentService" android:exported="false"/> <service android:name="com.onesignal.FCMIntentJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false"/> <service android:name="com.onesignal.SyncService" android:exported="false" android:stopWithTask="true"/> <service android:name="com.onesignal.SyncJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false"/> <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.onesignal.PermissionsActivity" android:exported="false"/> <receiver android:name="com.onesignal.NotificationDismissReceiver" android:exported="true"/> <receiver android:name="com.onesignal.BootUpReceiver" android:exported="true"> <intent-filter> <action android:name="android.intent.action.BOOT_COMPLETED"/> <action android:name="android.intent.action.QUICKBOOT_POWERON"/> </intent-filter> </receiver> <receiver android:name="com.onesignal.UpgradeReceiver" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MY_PACKAGE_REPLACED"/> </intent-filter> </receiver> <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.onesignal.NotificationOpenedReceiver" android:exported="true" android:taskAffinity="" android:excludeFromRecents="true" android:noHistory="true"/> <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.onesignal.NotificationOpenedReceiverAndroid22AndOlder" android:exported="true" android:excludeFromRecents="true" android:noHistory="true"/> <provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.truecallid.trackmobilephone.callerlocation.androidx-startup"> <meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer" android:value="androidx.startup"/> <meta-data android:name="androidx.lifecycle.ProcessLifecycleInitializer" android:value="androidx.startup"/> <meta-data android:name="androidx.work.WorkManagerInitializer" android:value="androidx.startup"/> </provider> <uses-library android:name="org.apache.http.legacy" android:required="false"/> <meta-data android:name="com.google.android.play.billingclient.version" android:value="3.0.3"/> <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.android.billingclient.api.ProxyBillingActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize"/> <activity android:name="com.google.android.play.core.missingsplits.PlayCoreMissingSplitsActivity" android:enabled="false" android:exported="false" android:process=":playcore_missing_splits_activity" android:stateNotNeeded="true" android:launchMode="singleInstance"/> <activity android:theme="@style/Theme.PlayCore.Transparent" android:name="com.google.android.play.core.common.PlayCoreDialogWrapperActivity" android:exported="false" android:stateNotNeeded="true"/> <service android:name="com.google.android.play.core.assetpacks.AssetPackExtractionService" android:enabled="false" android:exported="true"> <meta-data android:name="com.google.android.play.core.assetpacks.versionCode" android:value="11003"/> </service> <service android:name="com.google.android.play.core.assetpacks.ExtractionForegroundService" android:enabled="false" android:exported="false"/> <service android:name="com.google.firebase.components.ComponentDiscoveryService" android:exported="false" android:directBootAware="true"> <meta-data android:name="com.google.firebase.components:com.google.firebase.database.DatabaseRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/> <meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/> <meta-data android:name="com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/> <meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/> </service> <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false"/> <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.facebook.ads.AudienceNetworkActivity" android:exported="false" android:configChanges="keyboardHidden|orientation|screenSize"/> <provider android:name="com.facebook.ads.AudienceNetworkContentProvider" android:exported="false" android:authorities="com.truecallid.trackmobilephone.callerlocation.AudienceNetworkContentProvider"/> <activity android:theme="@android:style/Theme.Translucent" android:name="com.google.android.gms.ads.AdActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/> <provider android:name="com.google.android.gms.ads.MobileAdsInitProvider" android:exported="false" android:authorities="com.truecallid.trackmobilephone.callerlocation.mobileadsinitprovider" android:initOrder="100"/> <service android:name="com.google.android.gms.ads.AdService" android:enabled="true" android:exported="false"/> <receiver android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:permission="com.google.android.c2dm.permission.SEND" android:exported="true"> <intent-filter> <action android:name="com.google.android.c2dm.intent.RECEIVE"/> </intent-filter> </receiver> <service android:name="com.google.firebase.messaging.FirebaseMessagingService" android:exported="false" android:directBootAware="true"> <intent-filter android:priority="-500"> <action android:name="com.google.firebase.MESSAGING_EVENT"/> </intent-filter> </service> <provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="com.truecallid.trackmobilephone.callerlocation.firebaseinitprovider" android:initOrder="100" android:directBootAware="true"/> <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/> <service android:name="androidx.work.impl.background.systemalarm.SystemAlarmService" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false"/> <service android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:directBootAware="false"/> <service android:name="androidx.work.impl.foreground.SystemForegroundService" android:enabled="@bool/enable_system_foreground_service_default" android:exported="false" android:directBootAware="false"/> <receiver android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver" android:enabled="true" android:exported="false" android:directBootAware="false"/> <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy" android:enabled="false" android:exported="false" android:directBootAware="false"> <intent-filter> <action android:name="android.intent.action.ACTION_POWER_CONNECTED"/> <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED"/> </intent-filter> </receiver> <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false"> <intent-filter> <action android:name="android.intent.action.BATTERY_OKAY"/> <action android:name="android.intent.action.BATTERY_LOW"/> </intent-filter> </receiver> <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false"> <intent-filter> <action android:name="android.intent.action.DEVICE_STORAGE_LOW"/> <action android:name="android.intent.action.DEVICE_STORAGE_OK"/> </intent-filter> </receiver> <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy" android:enabled="false" android:exported="false" android:directBootAware="false"> <intent-filter> <action android:name="android.net.conn.CONNECTIVITY_CHANGE"/> </intent-filter> </receiver> <receiver android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver" android:enabled="false" android:exported="false" android:directBootAware="false"> <intent-filter> <action android:name="android.intent.action.BOOT_COMPLETED"/> <action android:name="android.intent.action.TIME_SET"/> <action android:name="android.intent.action.TIMEZONE_CHANGED"/> </intent-filter> </receiver> <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false"> <intent-filter> <action android:name="androidx.work.impl.background.systemalarm.UpdateProxies"/> </intent-filter> </receiver> <receiver android:name="androidx.work.impl.diagnostics.DiagnosticsReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false"> <intent-filter> <action android:name="androidx.work.diagnostics.REQUEST_DIAGNOSTICS"/> </intent-filter> </receiver> <service android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery" android:exported="false"> <meta-data android:name="backend:com.google.android.datatransport.cct.CctBackendFactory" android:value="cct"/> </service> <service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true"/> <service android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false"/> <receiver android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver" android:exported="false"/> <meta-data android:name="com.android.vending.splits.required" android:value="true"/> <meta-data android:name="com.android.stamp.source" android:value="https://play.google.com/store"/> <meta-data android:name="com.android.stamp.type" android:value="STAMP_TYPE_DISTRIBUTION_APK"/> <meta-data android:name="com.android.vending.splits" android:resource="@xml/splits0"/> <meta-data android:name="com.android.vending.derived.apk.id" android:value="3"/> </application> </manifest> <?xml version="1.0" encoding="utf-8"?> <resources> <string name="abc_action_bar_home_description">Navigate home</string> <string name="abc_action_bar_up_description">Navigate up</string> <string name="abc_action_menu_overflow_description">More options</string> <string name="abc_action_mode_done">Done</string> <string name="abc_activity_chooser_view_see_all">See all</string> <string name="abc_activitychooserview_choose_application">Choose an app</string> <string name="abc_capital_off">OFF</string> <string name="abc_capital_on">ON</string> <string name="abc_menu_alt_shortcut_label">Alt+</string> <string name="abc_menu_ctrl_shortcut_label">Ctrl+</string> <string name="abc_menu_delete_shortcut_label">delete</string> <string name="abc_menu_enter_shortcut_label">enter</string> <string name="abc_menu_function_shortcut_label">Function+</string> <string name="abc_menu_meta_shortcut_label">Meta+</string> <string name="abc_menu_shift_shortcut_label">Shift+</string> <string name="abc_menu_space_shortcut_label">space</string> <string name="abc_menu_sym_shortcut_label">Sym+</string> <string name="abc_prepend_shortcut_label">Menu+</string> <string name="abc_search_hint">Search…</string> <string name="abc_searchview_description_clear">Clear query</string> <string name="abc_searchview_description_query">Search query</string> <string name="abc_searchview_description_search">Search</string> <string name="abc_searchview_description_submit">Submit query</string> <string name="abc_searchview_description_voice">Voice search</string> <string name="abc_shareactionprovider_share_with">Share with</string> <string name="abc_shareactionprovider_share_with_application">Share with %s</string> <string name="abc_toolbar_collapse_description">Collapse</string> <string name="a_res_0x7f12001b">androidx.startup</string> <string name="app_name">Track Mobile Number Location</string> <string name="appbar_scrolling_view_behavior">com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior</string> <string name="block_calls">Block All Calls</string> <string name="bottom_sheet_behavior">com.google.android.material.bottomsheet.BottomSheetBehavior</string> <string name="a_res_0x7f120020">Expand halfway</string> <string name="btn_block_calls">Block Calls</string> <string name="buildings">Buildings</string> <string name="call">Call</string> <string name="character_counter_content_description">Characters entered %1$d of %2$d</string> <string name="c_res_0x7f120025">Character limit exceeded %1$d of %2$d</string> <string name="character_counter_pattern">%1$d/%2$d</string> <string name="chip_text">Chip text</string> <string name="e_res_0x7f120028">Clear text</string> <string name="co_num">ContryCode - Number</string> <string name="a_res_0x7f12002a">Enable</string> <string name="b_res_0x7f12002b">%1$s won\\\'t work unless you enable Google Play services.</string> <string name="c_res_0x7f12002c">Enable Google Play services</string> <string name="d_res_0x7f12002d">Install</string> <string name="e_res_0x7f12002e">%1$s won\\\'t run without Google Play services, which are missing from your device.</string> <string name="f_res_0x7f12002f">Get Google Play services</string> <string name="g_res_0x7f120030">Google Play services availability</string> <string name="h_res_0x7f120031">Google Play services error</string> <string name="a_res_0x7f120032">%1$s is having trouble with Google Play services. Please try again.</string> <string name="i_res_0x7f120033">%1$s won\\\'t run without Google Play services, which are not supported by your device.</string> <string name="j_res_0x7f120034">Update</string> <string name="k_res_0x7f120035">%1$s won\\\'t run unless you update Google Play services.</string> <string name="l_res_0x7f120036">Update Google Play services</string> <string name="m_res_0x7f120037">%1$s won\\\'t run without Google Play services, which are currently updating.</string> <string name="n_res_0x7f120038">New version of Google Play services needed. It will update itself shortly.</string> <string name="o_res_0x7f120039">Open on phone</string> <string name="common_signin_button_text">Sign in</string> <string name="common_signin_button_text_long">Sign in with Google</string> <string name="compass_cancel">Cancel</string> <string name="copy_toast_msg">Link copied to clipboard</string> <string name="a_res_0x7f12003e">af</string> <string name="b_res_0x7f12003f">Afghanistan</string> <string name="c_res_0x7f120040">93</string> <string name="d_res_0x7f120041">ax</string> <string name="e_res_0x7f120042">Åland Islands</string> <string name="f_res_0x7f120043">358</string> <string name="g_res_0x7f120044">al</string> <string name="h_res_0x7f120045">Albania</string> <string name="i_res_0x7f120046">355</string> <string name="j_res_0x7f120047">dz</string> <string name="k_res_0x7f120048">Algeria</string> <string name="l_res_0x7f120049">213</string> <string name="m_res_0x7f12004a">as</string> <string name="n_res_0x7f12004b">American Samoa</string> <string name="o_res_0x7f12004c">1684</string> <string name="p_res_0x7f12004d">ad</string> <string name="q_res_0x7f12004e">Andorra</string> <string name="r_res_0x7f12004f">376</string> <string name="s_res_0x7f120050">ao</string> <string name="t">Angola</string> <string name="u">244</string> <string name="v">ai</string> <string name="w">Anguilla</string> <string name="x">1264</string> <string name="y">aq</string> <string name="z">Antarctica</string> <string name="A">672</string> <string name="B">ag</string> <string name="C">Antigua and Barbuda</string> <string name="D">1268</string> <string name="E">ar</string> <string name="F">Argentina</string> <string name="G">54</string> <string name="H">am</string> <string name="I">Armenia</string> <string name="J">374</string> <string name="K">aw</string> <string name="L">Aruba</string> <string name="M">297</string> <string name="N">au</string> <string name="O">Australia</string> <string name="P">61</string> <string name="Q">at</string> <string name="R">Austria</string> <string name="S">43</string> <string name="T">az</string> <string name="U">Azerbaijan</string> <string name="V">994</string> <string name="W">bs</string> <string name="X">Bahamas</string> <string name="Y">1242</string> <string name="Z">bh</string> <string name="a0">Bahrain</string> <string name="b0">973</string> <string name="c0">bd</string> <string name="d0">Bangladesh</string> <string name="e0">880</string> <string name="f0">bb</string> <string name="g0">Barbados</string> <string name="h0">1246</string> <string name="i0">by</string> <string name="j0">Belarus</string> <string name="k0">375</string> <string name="l0">be</string> <string name="m0">Belgium</string> <string name="n0">32</string> <string name="o0">bz</string> <string name="p0">Belize</string> <string name="q0">501</string> <string name="r0">bj</string> <string name="s0">Benin</string> <string name="t0">229</string> <string name="u0">bm</string> <string name="v0">Bermuda</string> <string name="w0">1441</string> <string name="x0">bt</string> <string name="y0">Bhutan</string> <string name="z0">975</string> <string name="A0">bo</string> <string name="B0">Bolivia</string> <string name="C0">591</string> <string name="D0">ba</string> <string name="E0">Bosnia And Herzegovina</string> <string name="F0">387</string> <string name="G0">bw</string> <string name="H0">Botswana</string> <string name="I0">267</string> <string name="J0">br</string> <string name="K0">Brazil</string> <string name="L0">55</string> <string name="M0">io</string> <string name="N0">British Indian Ocean Territory</string> <string name="O0">246</string> <string name="P0">vg</string> <string name="Q0">British Virgin Islands</string> <string name="R0">1284</string> <string name="S0">bn</string> <string name="T0">Brunei Darussalam</string> <string name="U0">673</string> <string name="V0">bg</string> <string name="W0">Bulgaria</string> <string name="X0">359</string> <string name="Y0">bf</string> <string name="Z0">Burkina Faso</string> <string name="a1">226</string> <string name="b1">bi</string> <string name="c1">Burundi</string> <string name="d1">257</string> <string name="e1">kh</string> <string name="f1">Cambodia</string> <string name="g1">855</string> <string name="h1">cm</string> <string name="i1">Cameroon</string> <string name="j1">237</string> <string name="k1">ca</string> <string name="l1">Canada</string> <string name="m1">1</string> <string name="n1">cv</string> <string name="o1">Cape Verde</string> <string name="p1">238</string> <string name="q1">ky</string> <string name="r1">Cayman Islands</string> <string name="s1">1345</string> <string name="t1">cf</string> <string name="u1">Central African Republic</string> <string name="v1">236</string> <string name="w1">td</string> <string name="x1">Chad</string> <string name="y1">235</string> <string name="z1">cl</string> <string name="A1">Chile</string> <string name="B1">56</string> <string name="C1">cn</string> <string name="D1">China</string> <string name="E1">86</string> <string name="F1">cx</string> <string name="G1">Christmas Island</string> <string name="H1">61</string> <string name="I1">cc</string> <string name="J1">Cocos (keeling) Islands</string> <string name="K1">61</string> <string name="L1">(%1$s) +%2$s</string> <string name="M1">co</string> <string name="N1">Colombia</string> <string name="O1">57</string> <string name="P1">km</string> <string name="Q1">Comoros</string> <string name="R1">269</string> <string name="S1">cg</string> <string name="T1">Republic of the Congo</string> <string name="U1">242</string> <string name="V1">ck</string> <string name="W1">Cook Islands</string> <string name="X1">682</string> <string name="Y1">cr</string> <string name="Z1">Costa Rica</string> <string name="a2">506</string> <string name="b2">ci</string> <string name="c2">Côte D\\\'ivoire</string> <string name="d2">225</string> <string name="e2">hr</string> <string name="f2">Croatia</string> <string name="g2">385</string> <string name="h2">cu</string> <string name="i2">Cuba</string> <string name="j2">53</string> <string name="k2">cw</string> <string name="l2">Curacao</string> <string name="m2">599</string> <string name="n2">cy</string> <string name="o2">Cyprus</string> <string name="p2">357</string> <string name="q2">cz</string> <string name="r2">Czech Republic</string> <string name="s2">420</string> <string name="t2">dk</string> <string name="u2">Denmark</string> <string name="v2">45</string> <string name="w2">dj</string> <string name="x2">Djibouti</string> <string name="y2">253</string> <string name="z2">dm</string> <string name="A2">Dominica</string> <string name="B2">1767</string> <string name="C2">do</string> <string name="D2">Dominican Republic</string> <string name="E2">1</string> <string name="F2">ec</string> <string name="G2">Ecuador</string> <string name="H2">593</string> <string name="I2">eg</string> <string name="J2">Egypt</string> <string name="K2">20</string> <string name="L2">sv</string> <string name="M2">El Salvador</string> <string name="N2">503</string> <string name="O2">gq</string> <string name="P2">Equatorial Guinea</string> <string name="Q2">240</string> <string name="R2">er</string> <string name="S2">Eritrea</string> <string name="T2">291</string> <string name="U2">ee</string> <string name="V2">Estonia</string> <string name="W2">372</string> <string name="X2">et</string> <string name="Y2">Ethiopia</string> <string name="Z2">251</string> <string name="a3">fk</string> <string name="b3">Falkland Islands (malvinas)</string> <string name="c3">500</string> <string name="d3">fo</string> <string name="e3">Faroe Islands</string> <string name="f3">298</string> <string name="g3">fj</string> <string name="h3">Fiji</string> <string name="i3">679</string> <string name="j3">fi</string> <string name="k3">Finland</string> <string name="l3">358</string> <string name="m3">fr</string> <string name="n3">France</string> <string name="o3">33</string> <string name="p3">gf</string> <string name="q3">French Guiana</string> <string name="r3">594</string> <string name="s3">pf</string> <string name="t3">French Polynesia</string> <string name="u3">689</string> <string name="v3">%1$s (%2$s)</string> <string name="w3">%1$s +%2$s</string> <string name="x3">%1$s (%2$s) +%3$s</string> <string name="y3">ga</string> <string name="z3">Gabon</string> <string name="A3">241</string> <string name="B3">gm</string> <string name="C3">Gambia</string> <string name="D3">220</string> <string name="E3">ge</string> <string name="F3">Georgia</string> <string name="G3">995</string> <string name="H3">de</string> <string name="I3">Germany</string> <string name="J3">49</string> <string name="K3">gh</string> <string name="L3">Ghana</string> <string name="M3">233</string> <string name="N3">gi</string> <string name="O3">Gibraltar</string> <string name="P3">350</string> <string name="Q3">gr</string> <string name="R3">Greece</string> <string name="S3">30</string> <string name="T3">gl</string> <string name="U3">Greenland</string> <string name="V3">299</string> <string name="W3">gd</string> <string name="X3">Grenada</string> <string name="Y3">1473</string> <string name="Z3">gp</string> <string name="a4">Guadeloupe</string> <string name="b4">590</string> <string name="c4">gu</string> <string name="d4">Guam</string> <string name="e4">1671</string> <string name="f4">gt</string> <string name="g4">Guatemala</string> <string name="h4">502</string> <string name="i4">gg</string> <string name="j4">Guernsey</string> <string name="k4">44</string> <string name="l4">gw</string> <string name="m4">Guinea-bissau</string> <string name="n4">245</string> <string name="o4">gn</string> <string name="p4">Guinea</string> <string name="q4">224</string> <string name="r4">gy</string> <string name="s4">Guyana</string> <string name="t4">592</string> <string name="u4">ht</string> <string name="v4">Haiti</string> <string name="w4">509</string> <string name="x4">va</string> <string name="y4">Holy See (vatican City State)</string> <string name="z4">379</string> <string name="A4">hn</string> <string name="B4">Honduras</string> <string name="C4">504</string> <string name="D4">hk</string> <string name="E4">Hong Kong</string> <string name="F4">852</string> <string name="G4">hu</string> <string name="H4">Hungary</string> <string name="I4">36</string> <string name="J4">is</string> <string name="K4">Iceland</string> <string name="L4">354</string> <string name="M4">in</string> <string name="N4">India</string> <string name="O4">91</string> <string name="P4">id</string> <string name="Q4">Indonesia</string> <string name="R4">62</string> <string name="S4">ir</string> <string name="T4">Iran</string> <string name="U4">98</string> <string name="V4">iq</string> <string name="W4">Iraq</string> <string name="X4">964</string> <string name="Y4">ie</string> <string name="Z4">Ireland</string> <string name="a5">353</string> <string name="b5">im</string> <string name="c5">Isle Of Man</string> <string name="d5">44</string> <string name="e5">il</string> <string name="f5">Israel</string> <string name="g5">972</string> <string name="h5">it</string> <string name="i5">Italy</string> <string name="j5">39</string> <string name="k5">jm</string> <string name="l5">Jamaica</string> <string name="m5">1876</string> <string name="n5">jp</string> <string name="o5">Japan</string> <string name="p5">81</string> <string name="q5">je</string> <string name="r5">Jersey</string> <string name="s5">44</string> <string name="t5">jo</string> <string name="u5">Jordan</string> <string name="v5">962</string> <string name="w5">kz</string> <string name="x5">Kazakhstan</string> <string name="y5">7</string> <string name="z5">ke</string> <string name="A5">Kenya</string> <string name="B5">254</string> <string name="C5">ki</string> <string name="D5">Kiribati</string> <string name="E5">686</string> <string name="F5">xk</string> <string name="G5">Kosovo</string> <string name="H5">383</string> <string name="I5">kw</string> <string name="J5">Kuwait</string> <string name="K5">965</string> <string name="L5">kg</string> <string name="M5">Kyrgyzstan</string> <string name="N5">996</string> <string name="O5">la</string> <string name="P5">Lao People\\\'s Democratic Republic</string> <string name="Q5">856</string> <string name="R5">lv</string> <string name="S5">Latvia</string> <string name="T5">371</string> <string name="U5">lb</string> <string name="V5">Lebanon</string> <string name="W5">961</string> <string name="X5">ls</string> <string name="Y5">Lesotho</string> <string name="Z5">266</string> <string name="a6">lr</string> <string name="b6">Liberia</string> <string name="c6">231</string> <string name="d6">ly</string> <string name="e6">Libya</string> <string name="f6">218</string> <string name="g6">li</string> <string name="h6">Liechtenstein</string> <string name="i6">423</string> <string name="j6">lt</string> <string name="k6">Lithuania</string> <string name="l6">370</string> <string name="m6">lu</string> <string name="n6">Luxembourg</string> <string name="o6">352</string> <string name="p6">mo</string> <string name="q6">Macao</string> <string name="r6">853</string> <string name="s6">mk</string> <string name="t6">Macedonia</string> <string name="u6">389</string> <string name="v6">mg</string> <string name="w6">Madagascar</string> <string name="x6">261</string> <string name="y6">mw</string> <string name="z6">Malawi</string> <string name="A6">265</string> <string name="B6">my</string> <string name="C6">Malaysia</string> <string name="D6">60</string> <string name="E6">mv</string> <string name="F6">Maldives</string> <string name="G6">960</string> <string name="H6">ml</string> <string name="I6">Mali</string> <string name="J6">223</string> <string name="K6">mt</string> <string name="L6">Malta</string> <string name="M6">356</string> <string name="N6">mh</string> <string name="O6">Marshall Islands</string> <string name="P6">692</string> <string name="Q6">mq</string> <string name="R6">Martinique</string> <string name="S6">596</string> <string name="T6">mr</string> <string name="U6">Mauritania</string> <string name="V6">222</string> <string name="W6">mu</string> <string name="X6">Mauritius</string> <string name="Y6">230</string> <string name="Z6">yt</string> <string name="a7">Mayotte</string> <string name="b7">262</string> <string name="c7">mx</string> <string name="d7">Mexico</string> <string name="e7">52</string> <string name="f7">fm</string> <string name="g7">Micronesia</string> <string name="h7">691</string> <string name="i7">md</string> <string name="j7">Moldova</string> <string name="k7">373</string> <string name="l7">mc</string> <string name="m7">Monaco</string> <string name="n7">377</string> <string name="o7">mn</string> <string name="p7">Mongolia</string> <string name="q7">976</string> <string name="r7">me</string> <string name="s7">Montenegro</string> <string name="t7">382</string> <string name="u7">ms</string> <string name="v7">Montserrat</string> <string name="w7">1664</string> <string name="x7">ma</string> <string name="y7">Morocco</string> <string name="z7">212</string> <string name="A7">mz</string> <string name="B7">Mozambique</string> <string name="C7">258</string> <string name="D7">mm</string> <string name="E7">Myanmar</string> <string name="F7">95</string> <string name="G7">%1$s (%2$s)</string> <string name="H7">na</string> <string name="I7">Namibia</string> <string name="J7">264</string> <string name="K7">nr</string> <string name="L7">Nauru</string> <string name="M7">674</string> <string name="N7">np</string> <string name="O7">Nepal</string> <string name="P7">977</string> <string name="Q7">an</string> <string name="R7">Netherlands Antilles</string> <string name="S7">599</string> <string name="T7">nl</string> <string name="U7">Netherlands</string> <string name="V7">31</string> <string name="W7">nc</string> <string name="X7">New Caledonia</string> <string name="Y7">687</string> <string name="Z7">nz</string> <string name="a8">New Zealand</string> <string name="b8">64</string> <string name="c8">ni</string> <string name="d8">Nicaragua</string> <string name="e8">505</string> <string name="f8">ne</string> <string name="g8">Niger</string> <string name="h8">227</string> <string name="i8">ng</string> <string name="j8">Nigeria</string> <string name="k8">234</string> <string name="l8">nu</string> <string name="m8">Niue</string> <string name="n8">683</string> <string name="o8">nf</string> <string name="p8">Norfolk Island</string> <string name="q8">672</string> <string name="r8">kp</string> <string name="s8">North Korea</string> <string name="t8">850</string> <string name="u8">mp</string> <string name="v8">Northern Mariana Islands</string> <string name="w8">1670</string> <string name="x8">no</string> <string name="y8">Norway</string> <string name="z8">47</string> <string name="A8">om</string> <string name="B8">Oman</string> <string name="C8">968</string> <string name="D8">pk</string> <string name="E8">Pakistan</string> <string name="F8">92</string> <string name="G8">pw</string> <string name="H8">Palau</string> <string name="I8">680</string> <string name="J8">ps</string> <string name="K8">Palestinian Territory, Occupied</string> <string name="L8">970</string> <string name="M8">pa</string> <string name="N8">Panama</string> <string name="O8">507</string> <string name="P8">pg</string> <string name="Q8">Papua New Guinea</string> <string name="R8">675</string> <string name="S8">py</string> <string name="T8">Paraguay</string> <string name="U8">595</string> <string name="V8">pe</string> <string name="W8">Peru</string> <string name="X8">51</string> <string name="Y8">ph</string> <string name="Z8">Philippines</string> <string name="a9">63</string> <string name="b9">pn</string> <string name="c9">Pitcairn</string> <string name="d9">64</string> <string name="e9">pl</string> <string name="f9">Poland</string> <string name="g9">48</string> <string name="h9">pt</string> <string name="i9">Portugal</string> <string name="j9">351</string> <string name="k9">pr</string> <string name="l9">Puerto Rico</string> <string name="m9">1</string> <string name="n9">qa</string> <string name="o9">Qatar</string> <string name="p9">974</string> <string name="q9">re</string> <string name="r9">Réunion</string> <string name="s9">262</string> <string name="t9">ro</string> <string name="u9">Romania</string> <string name="v9">40</string> <string name="w9">ru</string> <string name="x9">Russian Federation</string> <string name="y9">7</string> <string name="z9">rw</string> <string name="A9">Rwanda</string> <string name="B9">250</string> <string name="C9">bl</string> <string name="D9">Saint Barthélemy</string> <string name="E9">590</string> <string name="F9">sh</string> <string name="G9">Saint Helena</string> <string name="H9">290</string> <string name="I9">kn</string> <string name="J9">Saint Kitts and Nevis</string> <string name="K9">1869</string> <string name="L9">lc</string> <string name="M9">Saint Lucia</string> <string name="N9">1758</string> <string name="O9">mf</string> <string name="P9">Saint Martin</string> <string name="Q9">590</string> <string name="R9">pm</string> <string name="S9">Saint Pierre And Miquelon</string> <string name="T9">508</string> <string name="U9">vc</string> <string name="V9">Saint Vincent &amp; The Grenadines</string> <string name="W9">1784</string> <string name="X9">ws</string> <string name="Y9">Samoa</string> <string name="Z9">685</string> <string name="aa">sm</string> <string name="ba">San Marino</string> <string name="ca">378</string> <string name="da">st</string> <string name="ea">Sao Tome And Principe</string> <string name="fa">239</string> <string name="ga">sa</string> <string name="ha">Saudi Arabia</string> <string name="ia">966</string> <string name="ja">sn</string> <string name="ka">Senegal</string> <string name="la">221</string> <string name="ma">rs</string> <string name="na">Serbia</string> <string name="oa">381</string> <string name="pa">sc</string> <string name="qa">Seychelles</string> <string name="ra">248</string> <string name="sa">sl</string> <string name="ta">Sierra Leone</string> <string name="ua">232</string> <string name="va">sg</string> <string name="wa">Singapore</string> <string name="xa">65</string> <string name="ya">sx</string> <string name="za">Sint Maarten</string> <string name="Aa">1721</string> <string name="Ba">sk</string> <string name="Ca">Slovakia</string> <string name="Da">421</string> <string name="Ea">si</string> <string name="Fa">Slovenia</string> <string name="Ga">386</string> <string name="Ha">sb</string> <string name="Ia">Solomon Islands</string> <string name="Ja">677</string> <string name="Ka">so</string> <string name="La">Somalia</string> <string name="Ma">252</string> <string name="Na">za</string> <string name="Oa">South Africa</string> <string name="Pa">27</string> <string name="Qa">gs</string> <string name="Ra">South Georgia and the South Sandwich Islands</string> <string name="Sa">500</string> <string name="Ta">kr</string> <string name="Ua">South Korea</string> <string name="Va">82</string> <string name="Wa">ss</string> <string name="Xa">South Sudan</string> <string name="Ya">211</string> <string name="Za">es</string> <string name="ab">Spain</string> <string name="bb">34</string> <string name="cb">lk</string> <string name="db">Sri Lanka</string> <string name="eb">94</string> <string name="fb">sd</string> <string name="gb">Sudan</string> <string name="hb">249</string> <string name="ib">sr</string> <string name="jb">Suriname</string> <string name="kb">597</string> <string name="lb">sz</string> <string name="mb">Swaziland</string> <string name="nb">268</string> <string name="ob">se</string> <string name="pb">Sweden</string> <string name="qb">46</string> <string name="rb">ch</string> <string name="sb">Switzerland</string> <string name="tb">41</string> <string name="ub">sy</string> <string name="vb">Syrian Arab Republic</string> <string name="wb">963</string> <string name="xb">tw</string> <string name="yb">Taiwan</string> <string name="zb">886</string> <string name="Ab">tj</string> <string name="Bb">Tajikistan</string> <string name="Cb">992</string> <string name="Db">tz</string> <string name="Eb">Tanzania</string> <string name="Fb">255</string> <string name="Gb">th</string> <string name="Hb">Thailand</string> <string name="Ib">66</string> <string name="Jb">cd</string> <string name="Kb">Democratic Republic of the Congo</string> <string name="Lb">243</string> <string name="Mb">tl</string> <string name="Nb">Timor-leste</string> <string name="Ob">670</string> <string name="Pb">tg</string> <string name="Qb">Togo</string> <string name="Rb">228</string> <string name="Sb">tk</string> <string name="Tb">Tokelau</string> <string name="Ub">690</string> <string name="Vb">to</string> <string name="Wb">Tonga</string> <string name="Xb">676</string> <string name="Yb">tt</string> <string name="Zb">Trinidad &amp; Tobago</string> <string name="ac">1868</string> <string name="bc">tn</string> <string name="cc">Tunisia</string> <string name="dc">216</string> <string name="ec">tr</string> <string name="fc">Turkey</string> <string name="gc">90</string> <string name="hc">tm</string> <string name="ic">Turkmenistan</string> <string name="jc">993</string> <string name="kc">tc</string> <string name="lc">Turks and Caicos Islands</string> <string name="mc">1649</string> <string name="nc">tv</string> <string name="oc">Tuvalu</string> <string name="pc">688</string> <string name="qc">ug</string> <string name="rc">Uganda</string> <string name="sc">256</string> <string name="tc">ua</string> <string name="uc">Ukraine</string> <string name="vc">380</string> <string name="wc">ae</string> <string name="xc">United Arab Emirates</string> <string name="yc">971</string> <string name="zc">gb</string> <string name="Ac">United Kingdom</string> <string name="Bc">44</string> <string name="Cc">us</string> <string name="Dc">United States</string> <string name="Ec">1</string> <string name="Fc">uy</string> <string name="Gc">Uruguay</string> <string name="Hc">598</string> <string name="Ic">vi</string> <string name="Jc">US Virgin Islands</string> <string name="Kc">1340</string> <string name="Lc">uz</string> <string name="Mc">Uzbekistan</string> <string name="Nc">998</string> <string name="Oc">vu</string> <string name="Pc">Vanuatu</string> <string name="Qc">678</string> <string name="Rc">ve</string> <string name="Sc">Venezuela</string> <string name="Tc">58</string> <string name="Uc">vn</string> <string name="Vc">Vietnam</string> <string name="Wc">84</string> <string name="Xc">wf</string> <string name="Yc">Wallis And Futuna</string> <string name="Zc">681</string> <string name="ad">ye</string> <string name="bd">Yemen</string> <string name="cd">967</string> <string name="dd">zm</string> <string name="ed">Zambia</string> <string name="fd">260</string> <string name="gd">zw</string> <string name="hd">Zimbabwe</string> <string name="id">263</string> <string name="done">Done</string> <string name="enable_gps">Enable GPS</string> <string name="enter_number">Enter Mobile Number</string> <string name="f_res_0x7f120322">Error</string> <string name="error_internet">Please Check Your Internet …</string> <string name="jd">EditText for carrier number is not registered. Register it using registerPhoneNumberTextView() before getFullNumber() or setFullNumber().</string> <string name="g_res_0x7f120325">Show dropdown menu</string> <string name="fab_transformation_scrim_behavior">com.google.android.material.transformation.FabTransformationScrimBehavior</string> <string name="fab_transformation_sheet_behavior">com.google.android.material.transformation.FabTransformationSheetBehavior</string> <string name="fallback_menu_item_copy_link">Copy link</string> <string name="fallback_menu_item_open_in_browser">Open in browser</string> <string name="fallback_menu_item_share_link">Share link</string> <string name="fcm_fallback_notification_channel_label">Miscellaneous</string> <string name="food_and_drink">Food &amp; Drink</string> <string name="hide_bottom_view_on_scroll_behavior">com.google.android.material.behavior.HideBottomViewOnScrollBehavior</string> <string name="hybrid">Hybrid</string> <string name="icon_content_description">Dialog Icon</string> <string name="indoor">Indoor</string> <string name="isd_codes_edit">Enter ISD Code or Country Name</string> <string name="h_res_0x7f120332">Tab</string> <string name="a_res_0x7f120333">Looks like this app doesn\\\'t have location services configured. Please see OneSignal docs for more information.</string> <string name="b_res_0x7f120334">You have previously denied sharing your device location. Please go to settings to enable.</string> <string name="c_res_0x7f120335">Settings</string> <string name="d_res_0x7f120336">Location Not Available</string> <string name="location_permission_denied">This sample requires location permission to enable the my location layer. Please try again and grant access to use the location</string> <string name="m3_ref_typeface_brand_display_regular">sans-serif</string> <string name="m3_ref_typeface_brand_medium">sans-serif-medium</string> <string name="m3_ref_typeface_brand_regular">sans-serif</string> <string name="m3_ref_typeface_plain_medium">sans-serif-medium</string> <string name="m3_ref_typeface_plain_regular">sans-serif</string> <string name="m3_sys_motion_easing_accelerated">cubic-bezier(0.4, 0.0, 1.0, 1.0)</string> <string name="m3_sys_motion_easing_decelerated">cubic-bezier(0.0, 0.0, 0.2, 1.0)</string> <string name="m3_sys_motion_easing_emphasized">path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)</string> <string name="m3_sys_motion_easing_linear">cubic-bezier(0.0, 0.0, 1.0, 1.0)</string> <string name="m3_sys_motion_easing_standard">path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)</string> <string name="m3_sys_typescale_body_large_font">sans-serif</string> <string name="m3_sys_typescale_body_medium_font">sans-serif</string> <string name="m3_sys_typescale_body_small_font">sans-serif</string> <string name="m3_sys_typescale_display_large_font">sans-serif</string> <string name="m3_sys_typescale_display_medium_font">sans-serif</string> <string name="m3_sys_typescale_display_small_font">sans-serif</string> <string name="m3_sys_typescale_headline_large_font">sans-serif</string> <string name="m3_sys_typescale_headline_medium_font">sans-serif</string> <string name="m3_sys_typescale_headline_small_font">sans-serif</string> <string name="m3_sys_typescale_label_large_font">sans-serif-medium</string> <string name="m3_sys_typescale_label_medium_font">sans-serif-medium</string> <string name="m3_sys_typescale_label_small_font">sans-serif-medium</string> <string name="m3_sys_typescale_title_large_font">sans-serif</string> <string name="m3_sys_typescale_title_medium_font">sans-serif-medium</string> <string name="m3_sys_typescale_title_small_font">sans-serif-medium</string> <string name="map_not_ready">Map is not ready yet</string> <string name="material_clock_display_divider">:</string> <string name="material_clock_toggle_content_description">Select AM or PM</string> <string name="material_hour_selection">Select hour</string> <string name="material_hour_suffix">%1$s o\\\'clock</string> <string name="material_minute_selection">Select minutes</string> <string name="material_minute_suffix">%1$s minutes</string> <string name="material_motion_easing_accelerated">cubic-bezier(0.4, 0.0, 1.0, 1.0)</string> <string name="material_motion_easing_decelerated">cubic-bezier(0.0, 0.0, 0.2, 1.0)</string> <string name="material_motion_easing_emphasized">path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)</string> <string name="material_motion_easing_linear">cubic-bezier(0.0, 0.0, 1.0, 1.0)</string> <string name="material_motion_easing_standard">cubic-bezier(0.4, 0.0, 0.2, 1.0)</string> <string name="material_slider_range_end">Range end,</string> <string name="material_slider_range_start">Range start,</string> <string name="material_timepicker_am">AM</string> <string name="material_timepicker_clock_mode_description">Switch to clock mode for the time input.</string> <string name="material_timepicker_hour">Hour</string> <string name="material_timepicker_minute">Minute</string> <string name="material_timepicker_pm">PM</string> <string name="material_timepicker_select_time">Select time</string> <string name="material_timepicker_text_input_mode_description">Switch to text input mode for the time input.</string> <string name="message">Message</string> <string name="i_res_0x7f120367">New notification</string> <string name="mtrl_chip_close_icon_content_description">Remove %1$s</string> <string name="k_res_0x7f120369">More than %1$d new notifications</string> <string name="l_res_0x7f12036a">%1$d%2$s</string> <string name="mtrl_picker_a11y_next_month">Change to next month</string> <string name="mtrl_picker_a11y_prev_month">Change to previous month</string> <string name="m_res_0x7f12036d">Current selection: %1$s</string> <string name="mtrl_picker_cancel">@android:string/cancel</string> <string name="mtrl_picker_confirm">OK</string> <string name="mtrl_picker_date_header_selected">%1$s</string> <string name="mtrl_picker_date_header_title">Select Date</string> <string name="mtrl_picker_date_header_unselected">Selected date</string> <string name="n_res_0x7f120373">Column of days: %1$s</string> <string name="mtrl_picker_invalid_format">Invalid format.</string> <string name="mtrl_picker_invalid_format_example">Example: %1$s</string> <string name="mtrl_picker_invalid_format_use">Use: %1$s</string> <string name="mtrl_picker_invalid_range">Invalid range.</string> <string name="o_res_0x7f120378">Navigate to year %1$s</string> <string name="mtrl_picker_out_of_range">Out of range: %1$s</string> <string name="mtrl_picker_range_header_only_end_selected">Start date – %1$s</string> <string name="mtrl_picker_range_header_only_start_selected">%1$s – End date</string> <string name="mtrl_picker_range_header_selected">%1$s – %2$s</string> <string name="mtrl_picker_range_header_title">Select Range</string> <string name="mtrl_picker_range_header_unselected">Start date – End date</string> <string name="mtrl_picker_save">Save</string> <string name="mtrl_picker_text_input_date_hint">Date</string> <string name="mtrl_picker_text_input_date_range_end_hint">End date</string> <string name="mtrl_picker_text_input_date_range_start_hint">Start date</string> <string name="mtrl_picker_text_input_day_abbr">d</string> <string name="mtrl_picker_text_input_month_abbr">m</string> <string name="mtrl_picker_text_input_year_abbr">y</string> <string name="p_res_0x7f120386">Switch to calendar input mode</string> <string name="q_res_0x7f120387">Tap to switch to selecting a day</string> <string name="r_res_0x7f120388">Switch to text input mode</string> <string name="s_res_0x7f120389">Tap to switch to selecting a year</string> <string name="mtrl_timepicker_confirm">OK</string> <string name="my_location">My Location</string> <string name="no_gps">Requires GPS , would you like to enable?</string> <string name="no_result_found">No result found</string> <string name="none_map">None</string> <string name="normal">Normal</string> <string name="a_res_0x7f120390">Tap to open ad</string> <string name="b_res_0x7f120391">View the ad you saved when you were offline</string> <string name="c_res_0x7f120392">OK</string> <string name="d_res_0x7f120393">You\\\'ll get a notification with the link when you\\\'re back online</string> <string name="e_res_0x7f120394">No thanks</string> <string name="f_res_0x7f120395">We\\\'ll send you a notification with a link to the advertiser site.</string> <string name="g_res_0x7f120396">Open ad when you\\\'re back online.</string> <string name="password_toggle_content_description">Show password</string> <string name="path_password_eye">M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z</string> <string name="path_password_eye_mask_strike_through">M2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z</string> <string name="path_password_eye_mask_visible">M2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z</string> <string name="path_password_strike_through">M3.27,4.27 L19.74,20.74</string> <string name="permission_rationale_location">Access to the location service is required to demonstrate the my location feature, which shows your current location on the map</string> <string name="permission_required_toast">Location permission is required for this demo.</string> <string name="kd">+%s</string> <string name="rationale_ask">This app may not work correctly without the requested permissions.</string> <string name="rationale_ask_again">This app may not work correctly without the requested permissions. Open the app settings screen to modify app permissions.</string> <string name="h_res_0x7f1203a1">Save image</string> <string name="i_res_0x7f1203a2">Allow Ad to store image in Picture gallery?</string> <string name="j_res_0x7f1203a3">Accept</string> <string name="k_res_0x7f1203a4">Decline</string> <string name="l_res_0x7f1203a5">Create calendar event</string> <string name="m_res_0x7f1203a6">Allow Ad to create a calendar event?</string> <string name="n_res_0x7f1203a7">Test Ad</string> <string name="satellite">Satellite</string> <string name="search_hint">Search…</string> <string name="search_menu_title">Search</string> <string name="select_country">Select Country</string> <string name="services">Services</string> <string name="shopping">Shopping</string> <string name="stadium">Stadium</string> <string name="status_bar_notification_info_overflow">999+</string> <string name="std_codes_edit">Enter STD Code or City Name</string> <string name="terrain">Terrain</string> <string name="text_ad_space">Space for Ad</string> <string name="thingsToDo">Things to do</string> <string name="title_settings_dialog">Permissions Required</string> <string name="track_popup">Track</string> <string name="traffic_finder">Traffic</string> <string name="url">https://komparify.com/IreffWeb/android</string> <string name="urlussd">https://getech2018.github.io/stickers/plans.json</string> <string name="utils_cancel">Cancel</string> <string name="utils_enable_internet">Enable Internet</string> </resources> ' # Print the match result str.scan(re) do |match| puts match.to_s end

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for Ruby, please visit: http://ruby-doc.org/core-2.2.0/Regexp.html