Yes, it seems to work, but only when the comments to the payment correctly indicate "payment on account No. 121254"
And there are other comments on payments that do not attract "payment on account #121245" (without a space between the sign # and the number)
""payment on account N 121245"
"payment on account 121245"
"payment on account 121245"
"payment on account 121245"
and so on
I made a regular expression for all templates, but it did not work ((
https://regex101.com/r/LoQytK/1/account [0-9]{1,4}|account [0-9]{1,4}|account No.[0-9]{1,4}|account No.[0-9]{1, 4}|account No. [0-9]{1,4}|account n [0-9]{1,4}|account No. [0-9]{1,4}|account No. [0-9] {1,4}|calc. [0-9]{1,4}|calc. #[0-9]{1,4}|account #[0-9]{1,4}|account No. [0-9]{1,4}|f No. [0-9]{1,4}|account No. [0-9]{1,4}|order No. [0-9]{1,4} /giu
So what you gave me works, but only for one template, how to make this regular expression in such a simplified format?