regex_match_string_evaluator_ignore_case() — langchain Function Reference
Architecture documentation for the regex_match_string_evaluator_ignore_case() function in test_base.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD e3936c4c_f11f_25ed_b48a_a3f65249af48["regex_match_string_evaluator_ignore_case()"] 7e7837bc_2a6a_704a_c39e_cf50718d6710["test_base.py"] e3936c4c_f11f_25ed_b48a_a3f65249af48 -->|defined in| 7e7837bc_2a6a_704a_c39e_cf50718d6710 style e3936c4c_f11f_25ed_b48a_a3f65249af48 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain/tests/unit_tests/evaluation/regex_match/test_base.py lines 15–17
def regex_match_string_evaluator_ignore_case() -> RegexMatchStringEvaluator:
"""Create a RegexMatchStringEvaluator with IGNORECASE flag."""
return RegexMatchStringEvaluator(flags=re.IGNORECASE)
Domain
Subdomains
Source
Frequently Asked Questions
What does regex_match_string_evaluator_ignore_case() do?
regex_match_string_evaluator_ignore_case() is a function in the langchain codebase, defined in libs/langchain/tests/unit_tests/evaluation/regex_match/test_base.py.
Where is regex_match_string_evaluator_ignore_case() defined?
regex_match_string_evaluator_ignore_case() is defined in libs/langchain/tests/unit_tests/evaluation/regex_match/test_base.py at line 15.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free