How difficult would it be to build an android app that responds to all SMS from a certain number.
Given a certain regexp on those SMS responds with an answer to a certain number.
Example input: "HelloWorld 12345"
Example regexp: "([0-9]{5})"
Example output confif: "Purchase $2"
Should give "Purchase 12345"
Is this possible to build on Android? Is there perhaps already an app for this?