{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "regex-generator-production-0566-up-railway-app-api-test",
  "title": "Regex Generator \u00b7 Pattern Test",
  "url": "https://regex-generator-production-0566.up.railway.app/api/test",
  "category": "tools",
  "summary": "Test regex patterns against arrays of strings with configurable flags.",
  "seo": {
    "title": "Regex Pattern Test API - x402 Validation Tool",
    "description": "Test regular expressions against string arrays via x402. Validate patterns with flags. $0.001 USDC per call on Base. No API keys."
  },
  "use_cases": [
    "Validate email patterns against test data",
    "Test phone number regex against sample inputs",
    "Verify URL matching patterns",
    "Debug complex regex with multiple flags"
  ],
  "ideal_buyer": "Developers and QA engineers testing regex patterns in production pipelines without local infrastructure.",
  "example_prompt": "Test the pattern ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$ against test emails with case-insensitive flag",
  "example_request_body": {
    "flags": "i",
    "pattern": "^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$",
    "testStrings": [
      "test@example.com",
      "invalid.email",
      "user+tag@domain.co.uk"
    ]
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.05,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x6e8b64638b24c6d625b045dd353120d850064e2e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "pattern",
              "testStrings"
            ],
            "properties": {
              "flags": {
                "type": "string",
                "description": "Regex flags: g, i, m, s, u (default: g)"
              },
              "pattern": {
                "type": "string",
                "description": "Regular expression pattern (without delimiters)"
              },
              "testStrings": {
                "type": "array",
                "items": {
                  "type": "string"
                },
                "description": "Array of strings to test against the pattern"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "regex-generator-production-0566-up-railway-app",
    "host": "regex-generator-production-0566.up.railway.app",
    "title": "Regex Generator API",
    "description": "A Railway-hosted service that generates regular expressions. The application is currently unavailable (404), suggesting the origin may be misconfigured or the deployment is inactive.",
    "url": "https://regex-generator-production-0566.up.railway.app",
    "favicon": "https://regex-generator-production-0566.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/regex-generator-production-0566-up-railway-app-api-test",
    "url": "https://x402all.com/resource/regex-generator-production-0566-up-railway-app-api-test",
    "name": "Regex Generator \u00b7 Pattern Test",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/regex-generator-production-0566-up-railway-app-api-test",
      "@type": "Offer",
      "price": "0.001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://regex-generator-production-0566.up.railway.app/api/test",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/regex-generator-production-0566-up-railway-app",
      "url": "https://regex-generator-production-0566.up.railway.app",
      "name": "Regex Generator API",
      "@type": "Organization"
    },
    "identifier": "regex-generator-production-0566-up-railway-app-api-test",
    "description": "Test regular expressions against string arrays via x402. Validate patterns with flags. $0.001 USDC per call on Base. No API keys.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=regex-generator-production-0566-up-railway-app-api-test",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=regex-generator-production-0566-up-railway-app-api-test"
}
