Accessibility partial matches

Is there a way to get:
driver.findElementByAccessibilityId(“argument”)
or
@FindBy(accessibility = “argument”)

to match partial lookups?

For example, in my app, almost every page has a back button. But the accessibility id is different for every page, but ends with “_backBtn”.