Source code for scitex_core.str._search

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Time-stamp: "2024-11-13 14:25:59 (ywatanabe)"
# File: ./scitex_repo/src/scitex/str/_search.py

import re
from collections import abc

import numpy as np
from natsort import natsorted






# EOF