X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Fvalues%2Farrays.xml;fp=app%2Fsrc%2Fmain%2Fres%2Fvalues%2Farrays.xml;h=ded168533667f9b0ce81cdb77b1b99dad0c40d19;hp=d471be3a184c420dd4cb38497a751ec868a397c4;hb=f7ccd0ff32d5bd31552d60ef63a3898d7d3621ee;hpb=83ca0170d8c29a0697e98ea0d395c5a151f21029 diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index d471be3a..ded16853 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -32,4 +32,8 @@ Templates describe which transaction parameters are fixed and which come from the external source. Currently, scanning QR codes is the only available source. Support for pasting from the clipboard and reading/intercepting text messages (SMS) is planned for the future. + + The pattern is a Regular expression ([Wikipedia↗](https://en.wikipedia.org/wiki/Regular_expression#Syntax)). It must match the input from the external source, or the template won\'t be considered when looking for templates corresponding to the input from the external source. + Capture groups may be used for filling some transaction parameters. + \ No newline at end of file