{"uid":"cap_lpS6SyH1cCiFJiwLQx9J5","slug":"bolt-regex-match-4089474a","name":"Bolt Regex Match","description":"Utility toolkit for AI agents. 54 endpoints — tools, data, and AI processing. Pay per request in USDC via x402.","url":"https://datault.orbonomy.xyz/api/regex","method":"POST","headers":{},"bodySchema":{"type":"object","required":["text","pattern"],"properties":{"text":{"type":"string"},"flags":{"type":"string"},"pattern":{"type":"string"}}},"responseSchema":{"type":"object","properties":{"data":{"type":"object"},"success":{"type":"boolean"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_TJEKzBJ2zj7gQBfJYbfNb","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Applies a regular expression pattern to a text string and returns match results","exampleAgentPrompt":"Test whether the text 'Hello World 123' matches the regex pattern '^[A-Za-z]+ [A-Za-z]+ \\d+$' and tell me if it's a match.","exampleUseCases":[{"title":"Extract emails from text","prompt":"I have this block of text from a customer support ticket and I need you to pull out all the email addresses in it. Use the pattern for standard email formats and give me every match you find."},{"title":"Validate phone number format","prompt":"Check if the string '+1-800-555-0199' matches a standard North American phone number pattern and let me know whether it's valid or not."},{"title":"Find dates in a paragraph","prompt":"I've got a paragraph of meeting notes and I need to find every date mentioned in MM/DD/YYYY format. Can you run a regex over it and return all the matches?"}],"resultDescription":"A JSON object with a 'success' boolean indicating if the call succeeded and a 'data' object containing the regex match result — whether the pattern matched the text, any captured groups, and match positions if applicable.","failureModes":["Invalid regex pattern syntax returns error","Missing required 'text' or 'pattern' fields returns validation error","Malformed flags string may cause processing failure","Payment not provided or insufficient USDC results in 402 response","Catastrophic backtracking on complex patterns may cause timeout"],"whenToPreferThis":"Choose this endpoint when you need a quick, stateless regex match against a text string without setting up a local runtime, especially in agent workflows where code execution is not available. Useful for validation steps, extraction tasks, or pattern testing as part of a larger automated pipeline.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:48:05.752Z","isFirstParty":false}